From: Huji Date: Tue, 20 Nov 2007 20:49:14 +0000 (+0000) Subject: Having such comments in the code makes finding where a message is referenced easier... X-Git-Tag: 1.31.0-rc.0~50771 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=ea7f154807b68b714610ca3b85d02e852ae8412e;p=lhc%2Fweb%2Fwiklou.git Having such comments in the code makes finding where a message is referenced easier, which is beneficial for internationalization and maintenance issues. --- diff --git a/includes/SpecialUserlogin.php b/includes/SpecialUserlogin.php index 92f06abaff..2c27292070 100644 --- a/includes/SpecialUserlogin.php +++ b/includes/SpecialUserlogin.php @@ -695,7 +695,7 @@ class LoginForm { $linkq .= '&uselang=' . $this->mLanguage; $link = ''; - $link .= wfMsgHtml( $linkmsg . 'link' ); + $link .= wfMsgHtml( $linkmsg . 'link' ); # Calling either 'gotaccountlink' or 'nologinlink' $link .= ''; # Don't show a "create account" link if the user can't